
#vin-en-partage-banner {
	position         : relative;
	z-index          : 50;
	overflow         : unset !important;
	display          : flex;
	justify-content  : center;
	align-items      : end;
	width            : 100%;
	height           : 100vh;
	min-height       : 800px;
	background-color : #222;
}

#vin-en-partage-banner::before {
	position       : absolute;
	bottom         : 0;
	left           : 0;
	z-index        : 2;
	width          : 100%;
	height         : 100%;
	content        : "";
	pointer-events : none;

	background     : rgb(0, 0, 0);
	background     : linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 40%);
}

.vin-en-partage-banner__content {
	text-align      : center;
	z-index         : 4;
	display         : flex;
	flex-direction  : column;
	justify-content : center;
	align-items     : center;
	width           : 100%;
	max-width       : 720px;
	margin-bottom   : 130px;
	padding         : 0 20px;
}

.vin-en-partage-banner__container-img {
	position   : absolute;
	top        : 0;
	left       : 0;
	overflow   : hidden;
	width      : 100%;
	height     : 100%;
	background : black;
}

.vin-en-partage-banner__container-img img {
	position   : absolute;
	top        : 42%;
	left       : 50%;
	transform  : translate(-50%, -50%);
	width      : auto;
	min-width  : 100%;
	height     : auto;
	min-height : 80%;
	object-fit : cover;
}


/* ===================================================
* Feuilles
* =================================================== */

.vin-en-partage-banner__feuilles {
	position       : absolute;
	bottom         : 50px;
	left           : 0;
	z-index        : 60;
	overflow       : hidden;
	width          : 100vw;
	height         : 600px;
	user-select    : none;
	pointer-events : none;
}

.vin-en-partage-banner__feuille-1 {
	position : absolute;
	bottom   : 0px;
	left     : -45px;
	height   : 320px !important;
}

.vin-en-partage-banner__feuille-2 {
	position : absolute;
	top      : 0px;
	right    : -45px;
	height   : 210px !important;
	rotate   : 25deg;
}

/* ===================================================
* Fin feuilles
* =================================================== */

@media (max-width : 1450px) {
	.vin-en-partage-banner__content {
		margin-bottom : 100px;
	}

	.vin-en-partage-banner__feuilles {
		bottom : 50px;
	}
}


@media (max-width : 764px) {
	#vin-en-partage-banner {
		height     : 100%;
		min-height : 855px;
	}

	#vin-en-partage-banner::before {
		height     : 100%;
		background : linear-gradient(
				0deg,
				rgba(0, 0, 0, 1) 5%,
				rgba(18, 17, 22, 0) 40%
		);
	}

	.vin-en-partage-banner__container-img img {
		top        : 38%;
		min-height : 60%;
	}

	.vin-en-partage-banner__content {
		margin-bottom : 60px;
	}


	/* ===================================================
    * Feuilles
    * =================================================== */
	.vin-en-partage-banner__feuilles {
		bottom : -125px;
		height : 360px;
	}

	.vin-en-partage-banner__feuille-1 {
		top    : 155px;
		bottom : unset;
		left   : -75px;
		height : 200px !important;
	}

	.vin-en-partage-banner__feuille-2 {
		top    : unset;
		right  : -45px;
		bottom : 0px;
		height : 200px !important;
	}

	/* ===================================================
	* Fin feuilles
	* =================================================== */
}
